Next
TheNext
method returns a reference to the next facet in the iteration sequence.
ODFacet Next ();
- return value
- A reference to the next facet in the iteration sequence, or
kODNULL
if you have reached the last facet.DISCUSSION
If your part calls this method before calling this facet iterator'sFirst
method to begin the iteration, then this method works the same as calling theFirst
method.EXCEPTIONS
kODErrIteratorOutOfSync
- The list of embedded facets was modified while the iteration was in progress.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help